
.w1200{
	max-width: 1200px;
	margin: 0 auto;
}

.w900{
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width:1400px) {
	.w1200{
		padding: 0 15px;
	}
}
.hearder{
	position: absolute;
	z-index: 9999;
	width: 100%;
	background: rgba(64, 139, 145,.0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	box-sizing: border-box;
}
.hearder *{
	box-sizing: border-box;
}

.hearder-top {
	height: 105px;
	line-height: 85px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.hearder:hover .hearder-top{
	background: #fff;
}

.hearder.scoll{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
.hearder.scoll .hearder-top{
	height: 0;
	overflow: hidden;
	margin-top: -1px;
	border-bottom: none;
}

.hearder-top .w1200 {
	height: 75px;
	padding-top: 10px;
}


.hearder:hover .hearder-top .hearder-lg a{
	color: #333;
}

.hearder-top .h-logo {
	padding: 0 15px;
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 30%;
}

.hearder-top .h-logo img {
	max-height: 55px;
}

.hearder-top .h-logo img.g2{
	display: none;
}
.hearder:hover .h-logo img.g1{
	display: none;
}

.hearder:hover .h-logo img.g2{
	display: inline-block;
}

.hearder-top .hearder-lg {
	float: left;
	width: 30%;
	text-align: right;
	height: 85px;
}

.hearder-top .hearder-lg a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding: 5px 10px;
	/*background: #e8e8e8;*/
	letter-spacing: 2px;
	border: 1px solid #e8e8e8;
}

.hearder-top .hearder-lg a:hover {
	color: #333;
	border-color: #e8e8e8;
}

/* 移动端头部 */

.hearder .md-logo{
	display: none;
}

.hearder .md-logo img{
	max-height: 50px;
}

.nav-open .nav {
	opacity: 1;
	display: table;
}
body.nav-open .lower-screen {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
body.nav-open .nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
body.nav-open .nav-toggle {
	box-shadow: none;
}
body.nav-open .nav-toggle .icon {
	background-color: white;
}
body.nav-open .nav-toggle .icon:before,
body.nav-open .nav-toggle .icon:after {
	background-color: white;
}
body.nav-open .nav-toggle:before {
	width: 5200px;
	height: 5200px;
	cursor: auto;
	background-color: rgba(0, 0, 0, 0.9);
}
body.nav-open .nav-toggle .icon {
	width: 0;
}
body.nav-open .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
body.nav-open .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.nav-toggle {
	width: 30px;
	height: 20px;
	top: 30px;
	right: 15px;
	z-index: 199;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	display: none;
}

.nav-toggle:before {
	width: 30px;
	height: 20px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.nav-toggle .icon {
	width: 30px;
	height: 2px;
	background-color: #A40000;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
}

.nav-toggle .icon:before,
.nav-toggle .icon:after {
	width: 30px;
	height: 2px;
	background-color: #A40000;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.nav-toggle .icon:before {
	top: -9px;
}

.nav-toggle .icon:after {
	top: 9px;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	display: block;
	padding: 0;
	position: relative;
}

.nav ul {
	width: 50%;
	margin: auto;
}

.nav {
	position: fixed;
	top: 50px;
	left: 50%;
	opacity: 0;
	width: 960px;
	height: 100%;
	margin-left: -480px;
	z-index: 999;
	padding: 0 20px;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.nav ul li {
	list-style: none;
}

.nav ul li a {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-family: "宋体";
	line-height: 2;
}

.nav_en {
	font-size: 14px;
	color: #fff;
	opacity: 0.38;
}

.nav ul:hover li a {
	opacity: 0.5;
}

.nav ul:hover li:hover a {
	opacity: 1;
}



.h_share1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.h_share1 div{
    margin: 10px;
}

.h_share1 div a{
    display: block;
	color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

/* .h_share1 div:nth-of-type(1) a{
    color: #fdbe3d;
    border-color: #fdbe3d
}
.h_share1 div:hover:nth-of-type(1) a{
    color: #fff;
    background: #fdbe3d
}

.h_share1 div:nth-of-type(2) a{
    color: #56b6e7;
    border-color: #56b6e7;
}
.h_share1 div:hover:nth-of-type(2) a{
    color: #fff;
    background: #56b6e7;
}

.h_share1 div:nth-of-type(3) a{
    color: #ff763b;
    border-color: #ff763b;
}
.h_share1 div:hover:nth-of-type(3) a{
    color: #fff;
    background: #ff763b;
} */

.h_share1 .wx_ewm2{
    margin: 10px;
    width: 100%;
    text-align: center;
}


.h_share1 .wx_ewm2 span{
    padding: 10px;
    background: #fff;
    display: inline-block;
    margin: 15px 0;
}


.h_share1 .wx_ewm2 img{
    width: 120px;
}


.h_share1 .wx_ewm2 p{
    color: #fff;
    font-size: 12px;
    line-height: 2;
}



/* 导航 */
.hearder-down{
	margin-top: 4px;
}
.hearder.scoll .hearder-down{
	margin-top: 0;
}
.hearder-down .navs ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.hearder-down .navs ul li a {
	display: block;
	line-height: 2;
}

.hearder-down .navs ul.nav-item {
	padding-top: 10px;
	padding-bottom: 10px;
}



/*.hearder-down .navs ul.nav-item li:first-of-type {*/
/*	border-left: none;*/
/*}*/


.hearder-down .navs ul.nav-item li a {
	font-size: 18px;
	color: #fff;
	/*font-weight: bold;*/
}
/*.hearder:hover .hearder-down .navs ul.nav-item li a,*/
.hearder.scoll .hearder-down .navs ul.nav-item li a{
	color: #333;
}


.hearder-down .navs ul.nav-down {}

.hearder-down .navs ul.nav-down li a {
	font-size: 16px;
	color: #ccc;
}

.hearder-down .navs ul.nav-down li a:hover {
	color: #fff;
}

.hearder-down .navs ul.nav-down li {
	height: auto;
	border-right: 1px solid #ccc;
}

.hearder-down .navs ul.nav-down li:last-of-type {
	border-right: none;
}


.hearder-down .navs .nav-down-box {
	display: none;
	background: rgba(0, 0, 0, .6);
	padding: 20px 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
}

.hearder-down .navs:hover .nav-down-box {
	display: block;
}



/* 底部 */
.footer {
	background: #3c3c3c;
	padding: 30px 0 10px;
}
.footer .footer-top{
	position: relative;
}
.footer .footer-top .line1,
.footer .footer-top .line2{
	position: absolute;
	height: 100%;
	width: 1px;
	background: #525252;
	top: 0;
}

.footer .footer-top .line1{
	left: 30%;
}

.footer .footer-top .line2{
	left: 70%;
}

.footer .footer-l {
	float: left;
	width: 30%;
	text-align: center;
}

.footer .footer-l li a {
	font-size: 14px;
	line-height: 34px;
	color: #acacac;
}

.footer .footer-l li a:hover {
	color: #fff;
}


.footer .footer-c {
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 30px;
}

.footer .footer-c img {
	max-width: 200px;
	margin-bottom: 15px;
}

/*.footer .footer-c p {*/
/*	font-size: 14px;*/
/*	line-height: 2;*/
/*	color: #acacac;*/
/*}*/

/*.footer .footer-c span {*/
/*	display: block;*/
/*	height: 30px;*/
/*	width: 1px;*/
/*	margin: 0 auto;*/
/*	background: #525252;*/
/*}*/

.footer .footer-c h4 {
	font-size: 20px;
	color: #acacac;
	line-height: 1.6;
}

.footer .footer-r {
	float: right;
	width: 30%;
	text-align: center;
}

.footer .footer-r p {
	font-size: 18px;
	line-height: 2;
	color: #acacac;
}

.footer .footer-r img {
	margin: 10px 0 6px;
	max-width: 110px;
}

.footer .footer-r span {
	font-size: 14px;
	line-height: 2;
	color: #acacac;
	display: block;
}

.footer .mb_footer{
	text-align: center;
	display: none;
}
.footer .mb_footer p{
	font-size: 20px;
	color: #acacac;
}
.footer .mb_footer img{
	display: block;
	margin: 15px auto;
}
.footer .mb_footer span{
	font-size: 14px;
	color: #ccc;
}


.footer .footer-down {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #525252;
}

.footer .footer-down .fd-link {
	text-align: center;
}

.footer .footer-down .fd-link a {
	color: #ACACAC;
	white-space: nowrap;
	line-height: 40px;
	font-size: 14px;
	margin: 0 5px;
}

.footer .footer-down .fd-link a:hover {
	color: #fff;
}

.footer .footer-down .footer-bottom {
	text-align: center;
}

.footer .footer-down .footer-bottom p {
	font-size: 14px;
	color: #ACACAC;
}

.footer .footer-down .footer-bottom p a {
	color: #ACACAC;
}

.footer .footer-down .footer-bottom p a:hover {
	color: #fff;
}

@media (max-width:768px) {
	.hearder.scoll{
		background: #fff;
	}
	.hearder{
		background: #fff;
		height: 70px;
		padding: 0 15px;
		line-height: 70px;
		position: relative;
	}
	.hearder .md-logo{
		display: block;
	}
	.hearder .hearder-top,
	.hearder .hearder-down{
		display: none;
	}
	.nav-toggle{
		display: block;
	}

	/* 底部 */
	.footer .footer-top,
	.footer .footer-l,
	.footer .footer-c,
	.footer .footer-r,
	.fd-link{
		display: none;
	}
	.footer .mb_footer{
		display: block;
	}
	.footer{
		padding-top: 15px;
	}
	.footer .footer-down{
		margin-top: 10px;
	}
	.footer .footer-down .footer-bottom p{
		font-size: 12px;
		line-height: 2;
	}
}